Scheduler for WPF
Add メソッド (BaseCollection<T>)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > BaseCollection<T> クラス : Add メソッド
Adds a new custom object to the collection. If the item already exists in the collection, its index is returned.
シンタックス
'宣言
 
Public Shadows Function Add( _
   ByVal item As T _
) As System.Integer
public new System.int Add( 
   T item
)

パラメータ

item

戻り値の型

Returns the index of newly added custom object.
参照

BaseCollection<T> クラス
BaseCollection<T> メンバ